home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
managers
/
IFocusManagerComponent.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
469b
|
22 lines
package mx.managers
{
public interface IFocusManagerComponent
{
function set focusEnabled(param1:Boolean) : void;
function drawFocus(param1:Boolean) : void;
function setFocus() : void;
function get focusEnabled() : Boolean;
function get tabEnabled() : Boolean;
function get tabIndex() : int;
function get mouseFocusEnabled() : Boolean;
}
}